@charset "utf-8";

/*-----------------初始化---------------------*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a, img {
  border: 0;
}

a {
  text-decoration: none;
  color: #333;
}

body {
  color: #333;
  font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
  width: 100%;
  height: 2000px;
  font-size: 14px;
}

.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*固定的悬浮窗*/
.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 420px;
  right: 0px;
  cursor: pointer;
  transition: all .3s ease;
}

.yb_bar ul li {
  width: 240px;
  height: 54px;
  line-height: 23px;
  padding-top: 5px;
  font: 16px;
  font-family: 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 5px;
  transition: all .5s ease;
  overflow: hidden;
}

.yb_bar .yb_top {
  height: 110px;
  text-align: center;
}

.yb_bar .yb_phone {
  background: #ff4a00 url(./fixCont.png) no-repeat 0 -52px;
}

.yb_bar .yb_phone span {
  font-weight: bold;
  color: #fff504;
  font-size: 14px
}

.yb_bar .yb_gotop {
  height: 38px;
  padding-top: 12px;
  background: #ff4a00 url(./fixCont.png) no-repeat 0 0;
}